Rust awesome libraries
A curated list of rust libraries.
failure
https://github.com/rust-lang-nursery/failure
failure is designed to make it easier to manage errors in Rust.
StructOpt
https://github.com/TeXitoi/structopt
Parse command line argument by defining a struct. It combines clap with custom derive.
atty
https://github.com/softprops/atty
are you or are you not a tty?
log
https://github.com/rust-lang-nursery/log
A Rust library providing a lightweight logging facade.
pretty-env-logger
https://github.com/seanmonstar/pretty-env-logger
A simple logger built on top off env_logger. It is configured via an environment variable and writes to standard error with nice colored output for log levels.
cc-rs
https://github.com/alexcrichton/cc-rs
A library to compile C/C++/assembly into a Rust library/application.
just
https://github.com/casey/just#environment-variables-1
just is a handy way to save and run project-specific commands.
cargo-make
https://github.com/sagiegurari/cargo-make
Rust task runner and build tool. 
termion
https://github.com/redox-os/termion
Termion is a pure Rust, bindless library for low-level handling, manipulating and reading information about terminals.
#Rust